go/types.Checker.unpackRecv (method)

3 uses

	go/types (current package)
		resolver.go#L442: 					ptr, base, _ := check.unpackRecv(d.decl.Recv.List[0].Type, false)
		resolver.go#L511: func (check *Checker) unpackRecv(rtyp ast.Expr, unpackParams bool) (ptr bool, base ast.Expr, tparams []*ast.Ident) {
		signature.go#L191: 	rptr, rbase, rtparams := check.unpackRecv(rparam.Type, true)